home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creating Your Own America Online Web Pages
/
Creating Your Own America Online Web Pages.iso
/
TOOLS
/
WHTTPD
/
CGI-DOS
/
FORM-RPT.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1994-04-19
|
367 b
|
14 lines
rem
rem Used with example forms in the Windows httpd documentation
rem Too bad angle brackets can't be echoed by COMMAND.COM...
rem Get a better shell!
rem
set of=%output_file%
echo Content-type:text/html > %of%
echo. >> %of%
type c:\httpd\cgi-bin\form-rpt.pre >> %of%
type %CONTENT_FILE% >> %of%
type c:\httpd\cgi-bin\form-rpt.pst >> %of%